home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_353 / aztecarp / glue / preparse.asm < prev    next >
Assembly Source File  |  1992-05-06  |  163b  |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _PreParse
  5.  
  6. _PreParse:
  7.     move.l    a6,-(sp)
  8.     move.l    _ArpBase,a6
  9.     movem.l    8(sp),a0/a1
  10.     jsr    -558(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     end
  15.